lzallright: add build-lzallright.yml for riscv64 wheels - #1384
Merged
Conversation
Rust/PyO3 (maturin) LZO binding: single cp38-abi3 wheel built on cp39 (the riscv64 image's floor) covers cp39-cp314, with a separate cp314t wheel for the free-threaded build (image ships no cp313t, so it substitutes for upstream's cp313-cp313t). libstdc++-static (CRB-only) is installed alongside rustup for lzokay-sys's vendored C++ build.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
lzallrightCompiles a PyO3/maturin binding around lzokay, a vendored C++14 LZO codec, via a
cxxbridge. Upstream publishes no riscv64 wheel.Mirrors the
Linuxjob of upstream'sCI.yml.Differs from upstream
libstdc++-static(CRB) - lzokay-sys's build.rs static-links it, image lacks it by default.Matrix:
cp38-abi3built on cp39 and reused through cp314;cp314tseparately (no other free-threaded target in the image).Testing
License: OK
Built locally on cp39-equivalent (arm64 macOS); 5 passed.